home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam / GrandSlam volume 1.iso / 024 / lsl6sub.arj / INSTALL.SCR < prev    next >
Text File  |  1993-11-18  |  5KB  |  172 lines

  1. REM
  2. REM            "LEISURE SUIT LARRY 6: SHAPE UP OR SLIP OUT!"
  3. REM
  4. REM First, check for free disk space and create sub-directory.
  5. space %1: 10240 NoSpace
  6. godir %1:%4 CantCreate
  7.  
  8. echo
  9. echo Copying Files...
  10. echo
  11. copy %2:\sierra.exe
  12. copy %2:\both\resource.map
  13. copy %2:\dosonly\*.*
  14. copy %2:\both\*.*
  15. copy %2:\version
  16.  
  17. REM  Create batch files and place them in the proper directories.
  18. echo echo off > ..\LSL6.bat
  19. echo cd %4   >> ..\LSL6.bat
  20. echo sierra  >> ..\LSL6.bat
  21. echo cd ..   >> ..\LSL6.bat
  22.  
  23. echo echo off>readme.bat
  24. echo type readme|more>>readme.bat
  25.  
  26. echo sierra   > LSL6.bat
  27.  
  28. echo %3 > resource.cfg
  29.  
  30. echo Copy Game Resources...
  31. clear
  32. exists %2:\disk2\disk2 Please insert the disk labeled "Disk 2" in drive %2:.
  33. clear
  34. echo
  35. echo Since you have nothing else to do right now except wait
  36. echo for this floppy disk to copy, why not take a few
  37. echo moments to discard your Official Sierra Product
  38. echo Registration Card, since that's what you always do with
  39. echo those cards anyway!
  40. echo
  41. echo Hey, wait!  Stop!!  That was just a joke.  We don't
  42. echo really want you to trash your Registration Card.
  43. echo Instead, fill it out right now and mail it in before
  44. echo midnight tomorrow.  If you don't, we won't be able to
  45. echo send you all kinds of free prizes and stuff.
  46. echo
  47. echo
  48. echo
  49. copy resource.000 + %2:\disk2\both\resource.000
  50.  
  51. clear
  52. exists %2:\disk3\disk3 Please insert the disk labeled "Disk 3" in drive %2:.
  53. clear
  54. echo
  55. echo You didn't fall for that stuff on the last screen about
  56. echo free prizes and stuff, did you?  You did?  Already
  57. echo mailed it?  Didn't notice the double negative, eh?
  58. echo
  59. echo Nah, seriously, send in your card and we'll keep in
  60. echo touch.  We may even send you something.  You'll never
  61. echo know if you don't send it in.
  62. echo
  63. echo In fact, if you write "I Love Larry" in the corner of
  64. echo the card, we'll send you a free subscription to 
  65. echo "InterAction" magazine, Sierra's great way to keep up
  66. echo on the latest and greatest in computer games!
  67. echo
  68. echo
  69. copy resource.000 + %2:\disk3\both\resource.000
  70.  
  71. clear
  72. exists %2:\disk4\disk4 Please insert the disk labeled "Disk 4" in drive %2:.
  73. clear
  74. echo
  75. echo Have you bought a CD-ROM drive yet?
  76. echo If you haven't yet, I bet you will soon!
  77. echo
  78. echo When you do, you'll want to upgrade this game to our
  79. echo CD-ROM version.  It only costs a few measly bucks.
  80. echo
  81. echo Just see your local software dealer or contact Sierra.
  82. echo You'll finally get to hear what Leisure Suit Larry's
  83. echo voice sounds like!  Plus you get to hear lots of
  84. echo heavy breathing by the whole cast!
  85. echo
  86. echo    Both you and your money will be well spent!
  87. echo
  88. echo
  89. copy resource.000 + %2:\disk4\both\resource.000
  90.  
  91. clear
  92. exists %2:\disk5\disk5 Please insert the disk labeled "Disk 5" in drive %2:.
  93. clear
  94. echo
  95. echo It won't be long now!  (Now that's a line Leisure Suit
  96. echo Larry has heard before!)  We'll be done copying in only
  97. echo one more disk.
  98. echo
  99. echo This might be a good time to head out to the lobby for
  100. echo a refreshing soft drink and some delicious popcorn.
  101. echo But hurry:  the movie starts in only 3 minutes!
  102. echo
  103. echo
  104. echo
  105. echo
  106. echo
  107. echo
  108. echo
  109. copy resource.000 + %2:\disk5\both\resource.000
  110.  
  111. clear
  112. exists %2:\disk6\disk6 Please insert the disk labeled "Disk 6" in drive %2:.
  113. clear
  114. echo
  115. echo Now we're going to decompress tons and tons of
  116. echo digitally-sampled audio files.
  117. echo
  118. echo And while you're waiting, why don't you jes' hop up
  119. echo here on ol' Uncle Al's lap and I'll tell you a li'l
  120. echo story.  A story of the Ol' West.  A story of a
  121. echo prescription-fillin' man.  (And the horse that loved
  122. echo him.)  If you enjoy my sense of humor, make your next
  123. echo game, "Freddy Pharkas, Frontier Pharmacist!"
  124. echo
  125. echo It's as funny as the Leisure Suit Larry games, but
  126. echo with a different twist.
  127. echo
  128. echo
  129. %2:\disk6\auddcomp .\ %2:\disk6\both > nul
  130. clear
  131. if ERRORLEVEL 1 goto AudError
  132.  
  133. REM If there are patches, copy them now.
  134. clear
  135. copy %2:\disk6\patches\*.*
  136.  
  137. :exit
  138. clear
  139. echo
  140. echo To play the game, change to the directory
  141. echo    %1:%4, and type LSL6.
  142. echo
  143. echo
  144. pause
  145. end
  146.  
  147.  
  148. :NoSpace
  149. clear
  150. echo
  151. echo There is not enough space on %1: to install Larry 6.
  152. echo You need 10.5 megabytes of free disk space.
  153. echo
  154. echo Come on, delete that word processor!  Trash that
  155. echo spreadsheet!  Free up some hard disk space.
  156. echo
  157. echo IT'S WORTH IT!!
  158. echo
  159. echo
  160. pause
  161. end
  162.  
  163.  
  164. :CantCreate
  165. alert Unable to create directory %1:%4.
  166. end
  167.  
  168.  
  169. :AudError
  170. alert Audio decompression failed!
  171. end
  172.